From: Konstantin Demin Date: Wed, 9 Jul 2025 15:12:23 +0000 (+0300) Subject: rtty: adjust with glibc and libcrypt-compat X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=bba9323b24e399adae9ca91287e6a5ccf7cb7821;p=feed%2Fpackages.git rtty: adjust with glibc and libcrypt-compat glibc 2.39 has removed libcrypt completely. solution: link against libxcrypt built with glibc compatibility. Signed-off-by: Konstantin Demin --- diff --git a/utils/rtty/Makefile b/utils/rtty/Makefile index 00c375673c..fafcfc4c79 100644 --- a/utils/rtty/Makefile +++ b/utils/rtty/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtty PKG_VERSION:=9.0.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL=https://github.com/zhaojh329/rtty/releases/download/v$(PKG_VERSION) @@ -28,7 +28,7 @@ define Package/rtty/Default CATEGORY:=Utilities SUBMENU:=Terminal URL:=https://github.com/zhaojh329/rtty - DEPENDS:=+libev $(2) + DEPENDS:= +USE_GLIBC:libcrypt-compat +libev $(2) VARIANT:=$(1) PROVIDES:=rtty endef